home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 July / INTERNET105.ISO / pc / software / windows / building / coffeecup_style / coffeestyle40.exe / CSS LEVEL 1.DEF < prev    next >
Encoding:
Text File  |  2000-08-10  |  7.2 KB  |  433 lines

  1. '***************************
  2. 'CSS Level 1 Definition File
  3. '***************************
  4.  
  5. [info]
  6. Version=1.0
  7. Author=Mike Dixon
  8. Icon=w3c
  9.  
  10. [known types]
  11. <units>                 = (pt|in|pc|mm|cm|px|em|ex)
  12. <generic-family>        = (serif|sans-serif|cursive|fantasy|monospace)
  13. <absolute-size>         = (xx-small|x-small|small|medium|large|x-large|xx-large)
  14. <relative-size>         = (larger|smaller)
  15. <border-top-style>      = (none|dotted|dashed|solid|double|groove|ridge|inset|outset)
  16. <border-right-style>    = (none|dotted|dashed|solid|double|groove|ridge|inset|outset)
  17. <border-bottom-style>   = (none|dotted|dashed|solid|double|groove|ridge|inset|outset)
  18. <border-left-style>     = (none|dotted|dashed|solid|double|groove|ridge|inset|outset)
  19.  
  20. [groups]
  21. Color and Background=
  22. Box=
  23. Classification=
  24. Font=
  25. Text=
  26.  
  27. [properties]
  28. background=
  29. background-attachment=
  30. background-color=
  31. background-image=
  32. background-position=
  33. background-repeat=
  34. border=
  35. border-bottom=
  36. border-bottom-width=
  37. border-color=
  38. border-left=
  39. border-left-width=
  40. border-right=
  41. border-right-width=
  42. border-style=
  43. border-top=
  44. border-top-width=
  45. border-width=
  46. clear=
  47. color=
  48. display=
  49. float=
  50. font=
  51. font-family=
  52. font-size=
  53. font-style=
  54. font-variant=
  55. font-weight=
  56. height=
  57. letter-spacing=
  58. line-height=
  59. list-style=
  60. list-style-image=
  61. list-style-position=
  62. list-style-type=
  63. margin=
  64. margin-bottom=
  65. margin-left=
  66. margin-right=
  67. margin-top=
  68. padding=
  69. padding-bottom=
  70. padding-left=
  71. padding-right=
  72. padding-top=
  73. text-align=
  74. text-decoration=
  75. text-indent=
  76. text-transform=
  77. vertical-align=
  78. white-space=
  79. width=
  80. word-spacing=
  81.  
  82. [background]
  83. inherited=0
  84. initial=
  85. group=Color and Background
  86. value1=<background-color>
  87. value2=<background-image>
  88. value3=<background-repeat>
  89. value4=<background-attachment>
  90. value5=<background-position>
  91.  
  92. [background-attachment]
  93. inherited=0
  94. initial=scroll
  95. group=Color and Background
  96. value1=scroll|fixed
  97.  
  98. [background-color]
  99. inherited=0
  100. initial=transparent
  101. group=Color and Background
  102. value1=transparent|<color>
  103.  
  104. [background-image]
  105. inherited=0
  106. initial=none
  107. group=Color and Background
  108. value1=<url>|none
  109.  
  110. [background-position]
  111. inherited=0
  112. initial=0% 0%
  113. group=Color and Background
  114. multiple=1
  115. value1=<percentage>|<length>|top|center|bottom|left|center|right
  116.  
  117. [background-repeat]
  118. inherited=0
  119. initial=repeat
  120. group=Color and Background
  121. value1=repeat-x|repeat-y|no-repeat|repeat
  122.  
  123. [border]
  124. inherited=0
  125. initial=
  126. group=Box
  127. value1=<border-width>
  128. value2=<border-style>
  129. value3=<color>
  130.  
  131. [border-bottom]
  132. inherited=0
  133. group=Box
  134. value1=<border-bottom-width>
  135. value2=<border-style>
  136. value3=<color>
  137.  
  138. [border-bottom-width]
  139. inherited=0
  140. initial=medium
  141. group=Box
  142. value1=thin|medium|thick|<length>
  143.  
  144. [border-color]
  145. inherited=0
  146. group=Box
  147. value1=<color>
  148. value2=<color>
  149. value3=<color>
  150. value4=<color>
  151.  
  152. [border-left]
  153. inherited=0
  154. group=Box
  155. value1=<border-left-width>
  156. value2=<border-style>
  157. value3=<color>
  158.  
  159. [border-left-width]
  160. inherited=0
  161. initial=medium
  162. group=Box
  163. value1=thin|medium|thick|<length>
  164.  
  165. [border-right]
  166. inherited=0
  167. group=Box
  168. value1=<border-right-width>
  169. value2=<border-style>
  170. value3=<color>
  171.  
  172. [border-right-width]
  173. inherited=0
  174. initial=medium
  175. group=Box
  176. value1=thin|medium|thick|<length>
  177.  
  178. [border-style]
  179. inherited=0
  180. initial=none
  181. group=Box
  182. value1=<border-top-style>
  183. value2=<border-right-style>
  184. value3=<border-bottom-style>
  185. value4=<border-left-style>
  186.  
  187. [border-top]
  188. inherited=0
  189. initial=
  190. group=Box
  191. value1=<border-top-width>
  192. value2=<border-style>
  193. value3=<color>
  194.  
  195. [border-top-width]
  196. inherited=0
  197. initial=medium
  198. group=Box
  199. value1=thin|medium|thick|<length>
  200.  
  201. [border-width]
  202. inherited=0
  203. initial=
  204. group=Box
  205. value1=<border-top-width>
  206. value2=<border-right-width>
  207. value3=<border-bottom-width>
  208. value4=<border-left-width>
  209.  
  210. [clear]
  211. inherited=0
  212. initial=none
  213. group=Box
  214. value1=none|left|right|both
  215.  
  216. [color]
  217. inherited=1
  218. group=Color and Background
  219. value1=<color>
  220.  
  221. [display]
  222. inherited=0
  223. initial=block
  224. group=Classification
  225. value1=block|inline|list-item|none
  226.  
  227. [float]
  228. inherited=0
  229. initial=none
  230. group=Box
  231. value1=left|right|none
  232.  
  233. [font]
  234. inherited=1
  235. initial=
  236. group=Font
  237. value1=<font-weight>
  238. value2=<font-style>
  239. value3=<font-variant>
  240. value4=<font-size>
  241. value5=<line-height>
  242. value6=<font-family>
  243.  
  244. [font-family]
  245. inherited=1
  246. initial=
  247. group=Font
  248. value1=((<generic-family>|<family-name>),)*(<generic-family>|<family-name>)
  249.  
  250. [font-size]
  251. inherited=1
  252. initial=medium
  253. group=Font
  254. value1=<relative-size>|<absolute-size>|<percentage>|<length>
  255.  
  256. [font-style]
  257. inherited=1
  258. initial=normal
  259. group=Font
  260. value1=normal|italic|oblique
  261.  
  262. [font-variant]
  263. inherited=1
  264. initial=normal
  265. group=Font
  266. value1=normal|small-caps
  267.  
  268. [font-weight]
  269. inherited=1
  270. initial=normal
  271. group=Font
  272. value1=normal|bolder|bold|lighter|100|200|300|400|500|600|700|800|900
  273.  
  274. [height]
  275. inherited=0
  276. initial=auto
  277. group=Box
  278. value1=<length>|auto
  279.  
  280. [letter-spacing]
  281. inherited=1
  282. initial=normal
  283. group=Text
  284. value1=normal|<length>
  285.  
  286. [line-height]
  287. inherited=1
  288. initial=normal
  289. group=Text
  290. value1=normal|<percentage>|<length>|<number>
  291.  
  292. [list-style]
  293. inherited=1
  294. initial=
  295. group=Classification
  296. value1=<list-style-type>
  297. value2=<list-style-position>
  298. value3=<list-style-image>
  299.  
  300. [list-style-image]
  301. inherited=1
  302. initial=none
  303. group=Classification
  304. value1=<url>|none
  305.  
  306. [list-style-position]
  307. inherited=1
  308. initial=outside
  309. group=Classification
  310. value1=inside|outside
  311.  
  312. [list-style-type]
  313. inherited=1
  314. initial=disc
  315. group=Classification
  316. value1=disc|circle|square|decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|none
  317.  
  318. [margin]
  319. inherited=0
  320. initial=
  321. group=Box
  322. value1=<margin-top>
  323. value2=<margin-right>
  324. value3=<margin-bottom>
  325. value4=<margin-left>
  326.  
  327. [margin-bottom]
  328. inherited=0
  329. initial=0
  330. group=Box
  331. value1=<percentage>|<length>|auto
  332.  
  333. [margin-left]
  334. inherited=0
  335. initial=0
  336. group=Box
  337. value1=<percentage>|<length>|auto
  338.  
  339. [margin-right]
  340. inherited=0
  341. initial=0
  342. group=Box
  343. value1=<percentage>|<length>|auto
  344.  
  345. [margin-top]
  346. inherited=0
  347. initial=0
  348. group=Box
  349. value1=<percentage>|<length>|auto
  350.  
  351. [padding]
  352. inherited=0
  353. initial=
  354. group=Box
  355. value1=<padding-top>
  356. value2=<padding-right>
  357. value3=<padding-bottom>
  358. value4=<padding-left>
  359.  
  360. [padding-bottom]
  361. inherited=0
  362. initial=0
  363. group=Box
  364. value1=<percentage>|<length>
  365.  
  366. [padding-left]
  367. inherited=0
  368. initial=0
  369. group=Box
  370. value1=<percentage>|<length>
  371.  
  372. [padding-right]
  373. inherited=0
  374. initial=0
  375. group=Box
  376. value1=<percentage>|<length>
  377.  
  378. [padding-top]
  379. inherited=0
  380. initial=0
  381. group=Box
  382. value1=<percentage>|<length>
  383.  
  384. [text-align]
  385. inherited=1
  386. initial=
  387. group=Text
  388. value1=left|right|center|justify
  389.  
  390. [text-decoration]
  391. inherited=0
  392. initial=none
  393. group=Text
  394. multiple=1
  395. value1=none|underline|overline|line-through|blink
  396.  
  397. [text-indent]
  398. inherited=1
  399. initial=0
  400. group=Text
  401. value1=<percentage>|<length>
  402.  
  403. [text-transform]
  404. inherited=1
  405. initial=none
  406. group=Text
  407. value1=capitalize|uppercase|lowercase|none
  408.  
  409. [vertical-align]
  410. inherited=0
  411. initial=baseline
  412. group=Text
  413. value1=baseline|sub|super|top|text-top|middle|bottom|text-bottom|<percentage>
  414.  
  415. [white-space]
  416. inherited=1
  417. initial=normal
  418. group=Classification
  419. value1=normal|pre|nowrap
  420.  
  421. [width]
  422. inherited=0
  423. initial=auto
  424. group=Box
  425. value1=<percentage>|<length>|auto
  426.  
  427. [word-spacing]
  428. inherited=1
  429. initial=normal
  430. group=Text
  431. value1=normal|<length>
  432.  
  433.